Name |
<%
sqlxy="Select * from ALICIFIRMA where KAYIT_NO="&rsjkh("ALICI_FIRMA")&""
set rsxy=Conn.execute(sqlxy)
if not rsxy.eof then
adres=rsxy("ADRESI")
%>
<%companyname=rsxy("FIRMA_ADI")%>
<%End if %>
<%=(rsxy("FIRMA_YETKILI"))%> |
Company |
<%=(companyname)%> |
Address |
<%=(adres)%> |
City |
<%
if not ISNULL(rsxy("SEHIR_KODU")) and rsxy("SEHIR_KODU")<>"0" THEN
sqlkkk="Select ULKE_KODU,HAVALANI from HAVALANLAR where POSTA_KAYITNO="&rsxy("SEHIR_KODU")&""
set rskkk=Conn.execute(sqlkkk)
if not rskkk.eof then%>
<%=(rskkk("HAVALANI"))%>
<%end if %>
<%end if %> |
Country |
<%
if not ISNULL(rsxy("ULKE_KODU")) then
sqlS="Select ULKE_ADI from ALICI_ULKE where ULKE_KODU="&rsxy("ULKE_KODU")&""
Set rss=Conn.execute(sqls)
if not rss.eof then
%>
<%=(rss("ULKE_ADI"))%>
<%end if%>
<%end if%>
|
Receiver Phone |
<%=(rsxy("TELEFON1"))%> |
|
|
|
|
Air Waybill |
<%=airwaybilno%> |
Pieces |
<%=(rsjkh("PAKETSAYISI"))%> |
Packaging |
<%if rsjkh("PAKETLEM")="1" then %>
Sanex Envelope
<%elseif rsjkh("PAKETLEM")="2" then %>
Sanex Packing
<%elseif rsjkh("PAKETLEM")="3" then %>
Other Package
<%end if %> |
Description |
<%=(rsjkh("GONDERI1"))%> |
Payment |
<%if rsjkh("ODEME")="1" then%>
Sender Recipient
<%elseif rsjkh("ODEME")="2" then%>
Credit Card
<%elseif rsjkh("ODEME")="3" then%>
Cash
<%end if%> |
Collet |
$<%=rsjkh("KOLLEK_BEDELI")%> |
|